From: Eli Zaretskii Date: Sun, 29 Aug 2021 15:03:28 +0000 (+0300) Subject: ; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1522 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a2a0b70c8bf03ee0ad57f97b06b1d591dc8801f1;p=emacs.git ; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment. --- diff --git a/src/xfaces.c b/src/xfaces.c index 207f0d6a36e..2273fb4fe4d 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -5092,8 +5092,8 @@ gui_supports_face_attributes_p (struct frame *f, { Lisp_Object *def_attrs = def_face->lface; - /* Check that other specified attributes are different that the default - face. */ + /* Check that other specified attributes are different from the + default face. */ if ((!UNSPECIFIEDP (attrs[LFACE_UNDERLINE_INDEX]) && face_attr_equal_p (attrs[LFACE_UNDERLINE_INDEX], def_attrs[LFACE_UNDERLINE_INDEX]))